Vcenter NamespaceManagement Supervisors Identity Providers Summary

Vcenter NamespaceManagement Supervisors Identity Providers Summary
Vcenter NamespaceManagement Supervisors Identity Providers Summary

The Vcenter NamespaceManagement Supervisors Identity Providers Summary schema provides an overview of an identity provider configured for the given Supervisor.

This schema was added in vSphere API 8.0.0.1.

JSON Example
{
    "provider": "string",
    "display_name": "string"
}
string
provider
Required

The immutable identifier of an identity provider generated when an identity provider is registered for a Supervisor.

This property was added in vSphere API 8.0.0.1.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.namespace_management.identity.Provider. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.namespace_management.identity.Provider.

string
display_name
Required

A name to be used for the given identity provider. This name will be displayed in the vCenter UI.

This property was added in vSphere API 8.0.0.1.